home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
076-100
/
scopedisk99
/
sidced
/
u.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-19
|
280b
|
9 lines
/* tell Uedit to edit a file */
if find(show('P'),'URexx') == 0
then address command 'execute rexx:ueload.rexx'
parse arg x
y = pragma('d')
if right(y,1) == ':'
then address 'URexx' 'f:'||y||strip(translate(x,'','"'))
else address 'URexx' 'f:'||y||'/'||strip(translate(x,'','"'))